home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-07-27 | 600 b | 23 lines | [TEXT/MPS ] |
- /***********************************************************************/
- /*
- /* absorb_echo.h
- /* by Atul Butte
- /* Copyright © 1989 by Microsoft Corporation
- /* All Rights Reserved
- /*
- /* version 1.0
- /*
- /*
- /* This module provides a routine which will absorb a character
- /* sent from the host.
- /*
- /***********************************************************************/
-
- /***********************************************************************/
- /*
- /* P R O T O T Y P E S
- /*
- /***********************************************************************/
-
- OSErr absorb_echo( short refIn, char chCompare );
-